|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.common.commands.ControllerCommand
org.eclipse.vtp.framework.common.commands.ExitCommand
public final class ExitCommand
A command that terminates an included process and returns control to the originating process.
| Constructor Summary | |
|---|---|
ExitCommand()
Creates a new ExitCommand. |
|
| Method Summary | |
|---|---|
java.lang.Object |
exportContents()
Exports the contents of this command to a simple structure of arrays and serializable values from java.lang. |
java.lang.String |
getExitValue()
Returns the value of this exit command. |
java.lang.String[] |
getVariableNames()
|
java.lang.Object |
getVariableValue(java.lang.String name)
|
void |
importContents(java.lang.Object contents)
Configures the contents of this command with a structure previously returned from ICommand.exportContents(). |
void |
setExitValue(java.lang.String exitValue)
Sets the value of this exit command. |
void |
setVariableValues(java.lang.String name,
java.lang.Object value)
|
| Methods inherited from class org.eclipse.vtp.framework.common.commands.ControllerCommand |
|---|
accept |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExitCommand()
| Method Detail |
|---|
public java.lang.String getExitValue()
public void setExitValue(java.lang.String exitValue)
exitValue - The value of this exit command.public java.lang.String[] getVariableNames()
public java.lang.Object getVariableValue(java.lang.String name)
public void setVariableValues(java.lang.String name,
java.lang.Object value)
public java.lang.Object exportContents()
ICommandjava.lang.
public void importContents(java.lang.Object contents)
ICommandICommand.exportContents().
contents - The exported contents structure to load from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||